JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.kafka.model

Class ClusterOperationV2Provisioned

    • Constructor Detail

      • ClusterOperationV2Provisioned

        public ClusterOperationV2Provisioned()
    • Method Detail

      • getOperationSteps

        public List<ClusterOperationStep> getOperationSteps()

        Steps completed during the operation.

        Returns:

        Steps completed during the operation.

      • setOperationSteps

        public void setOperationSteps(Collection<ClusterOperationStep> operationSteps)

        Steps completed during the operation.

        Parameters:
        operationSteps -

        Steps completed during the operation.

      • withOperationSteps

        public ClusterOperationV2Provisioned withOperationSteps(Collection<ClusterOperationStep> operationSteps)

        Steps completed during the operation.

        Parameters:
        operationSteps -

        Steps completed during the operation.

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

        public void setSourceClusterInfo(MutableClusterInfo sourceClusterInfo)

        Information about cluster attributes before a cluster is updated.

        Parameters:
        sourceClusterInfo -

        Information about cluster attributes before a cluster is updated.

      • getSourceClusterInfo

        public MutableClusterInfo getSourceClusterInfo()

        Information about cluster attributes before a cluster is updated.

        Returns:

        Information about cluster attributes before a cluster is updated.

      • withSourceClusterInfo

        public ClusterOperationV2Provisioned withSourceClusterInfo(MutableClusterInfo sourceClusterInfo)

        Information about cluster attributes before a cluster is updated.

        Parameters:
        sourceClusterInfo -

        Information about cluster attributes before a cluster is updated.

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

        public void setTargetClusterInfo(MutableClusterInfo targetClusterInfo)

        Information about cluster attributes after a cluster is updated.

        Parameters:
        targetClusterInfo -

        Information about cluster attributes after a cluster is updated.

      • getTargetClusterInfo

        public MutableClusterInfo getTargetClusterInfo()

        Information about cluster attributes after a cluster is updated.

        Returns:

        Information about cluster attributes after a cluster is updated.

      • withTargetClusterInfo

        public ClusterOperationV2Provisioned withTargetClusterInfo(MutableClusterInfo targetClusterInfo)

        Information about cluster attributes after a cluster is updated.

        Parameters:
        targetClusterInfo -

        Information about cluster attributes after a cluster is updated.

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

        public void setVpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)

        Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

        Parameters:
        vpcConnectionInfo -

        Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

      • getVpcConnectionInfo

        public VpcConnectionInfo getVpcConnectionInfo()

        Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

        Returns:

        Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

      • withVpcConnectionInfo

        public ClusterOperationV2Provisioned withVpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)

        Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

        Parameters:
        vpcConnectionInfo -

        Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

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

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /