Interface AppBlockBuilder.Builder

  • Method Details

    • arn

      The ARN of the app block builder.

      Parameters:
      arn - The ARN of the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the app block builder.

      Parameters:
      name - The name of the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      AppBlockBuilder.Builder displayName(String displayName)

      The display name of the app block builder.

      Parameters:
      displayName - The display name of the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      AppBlockBuilder.Builder description(String description)

      The description of the app block builder.

      Parameters:
      description - The description of the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platform

      AppBlockBuilder.Builder platform(String platform)

      The platform of the app block builder.

      WINDOWS_SERVER_2019 is the only valid value.

      Parameters:
      platform - The platform of the app block builder.

      WINDOWS_SERVER_2019 is the only valid value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • platform

      The platform of the app block builder.

      WINDOWS_SERVER_2019 is the only valid value.

      Parameters:
      platform - The platform of the app block builder.

      WINDOWS_SERVER_2019 is the only valid value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instanceType

      AppBlockBuilder.Builder instanceType(String instanceType)

      The instance type of the app block builder.

      Parameters:
      instanceType - The instance type of the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enableDefaultInternetAccess

      AppBlockBuilder.Builder enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)

      Indicates whether default internet access is enabled for the app block builder.

      Parameters:
      enableDefaultInternetAccess - Indicates whether default internet access is enabled for the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iamRoleArn

      AppBlockBuilder.Builder iamRoleArn(String iamRoleArn)

      The ARN of the IAM role that is applied to the app block builder.

      Parameters:
      iamRoleArn - The ARN of the IAM role that is applied to the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcConfig

      AppBlockBuilder.Builder vpcConfig(VpcConfig vpcConfig)

      The VPC configuration for the app block builder.

      Parameters:
      vpcConfig - The VPC configuration for the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcConfig

      default AppBlockBuilder.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)

      The VPC configuration for the app block builder.

      This is a convenience method that creates an instance of the VpcConfig.Builder avoiding the need to create one manually via VpcConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to vpcConfig(VpcConfig).

      Parameters:
      vpcConfig - a consumer that will call methods on VpcConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the app block builder.

      Parameters:
      state - The state of the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the app block builder.

      Parameters:
      state - The state of the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTime

      AppBlockBuilder.Builder createdTime(Instant createdTime)

      The creation time of the app block builder.

      Parameters:
      createdTime - The creation time of the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appBlockBuilderErrors

      AppBlockBuilder.Builder appBlockBuilderErrors(Collection<ResourceError> appBlockBuilderErrors)

      The app block builder errors.

      Parameters:
      appBlockBuilderErrors - The app block builder errors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appBlockBuilderErrors

      AppBlockBuilder.Builder appBlockBuilderErrors(ResourceError... appBlockBuilderErrors)

      The app block builder errors.

      Parameters:
      appBlockBuilderErrors - The app block builder errors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appBlockBuilderErrors

      AppBlockBuilder.Builder appBlockBuilderErrors(Consumer<ResourceError.Builder>... appBlockBuilderErrors)

      The app block builder errors.

      This is a convenience method that creates an instance of the ResourceError.Builder avoiding the need to create one manually via ResourceError.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to appBlockBuilderErrors(List<ResourceError>).

      Parameters:
      appBlockBuilderErrors - a consumer that will call methods on ResourceError.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stateChangeReason

      AppBlockBuilder.Builder stateChangeReason(AppBlockBuilderStateChangeReason stateChangeReason)

      The state change reason.

      Parameters:
      stateChangeReason - The state change reason.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stateChangeReason

      default AppBlockBuilder.Builder stateChangeReason(Consumer<AppBlockBuilderStateChangeReason.Builder> stateChangeReason)

      The state change reason.

      This is a convenience method that creates an instance of the AppBlockBuilderStateChangeReason.Builder avoiding the need to create one manually via AppBlockBuilderStateChangeReason.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to stateChangeReason(AppBlockBuilderStateChangeReason).

      Parameters:
      stateChangeReason - a consumer that will call methods on AppBlockBuilderStateChangeReason.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accessEndpoints

      AppBlockBuilder.Builder accessEndpoints(Collection<AccessEndpoint> accessEndpoints)

      The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

      Parameters:
      accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessEndpoints

      AppBlockBuilder.Builder accessEndpoints(AccessEndpoint... accessEndpoints)

      The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

      Parameters:
      accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessEndpoints

      AppBlockBuilder.Builder accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)

      The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

      This is a convenience method that creates an instance of the AccessEndpoint.Builder avoiding the need to create one manually via AccessEndpoint.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to accessEndpoints(List<AccessEndpoint>).

      Parameters:
      accessEndpoints - a consumer that will call methods on AccessEndpoint.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • disableIMDSV1

      AppBlockBuilder.Builder disableIMDSV1(Boolean disableIMDSV1)

      Indicates whether Instance Metadata Service Version 1 (IMDSv1) is disabled for the app block builder.

      Parameters:
      disableIMDSV1 - Indicates whether Instance Metadata Service Version 1 (IMDSv1) is disabled for the app block builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.