Interface AwsSqsSourceSpecFluent<A extends AwsSqsSourceSpecFluent<A>>

    • Method Detail

      • addToAnnotations

        A addToAnnotations​(String key,
                           String value)
      • removeFromAnnotations

        A removeFromAnnotations​(String key)
      • hasAnnotations

        Boolean hasAnnotations()
      • getAwsCredsSecret

        io.fabric8.kubernetes.api.model.SecretKeySelector getAwsCredsSecret()
      • withAwsCredsSecret

        A withAwsCredsSecret​(io.fabric8.kubernetes.api.model.SecretKeySelector awsCredsSecret)
      • hasAwsCredsSecret

        Boolean hasAwsCredsSecret()
      • getQueueUrl

        String getQueueUrl()
      • withQueueUrl

        A withQueueUrl​(String queueUrl)
      • hasQueueUrl

        Boolean hasQueueUrl()
      • withNewQueueUrl

        A withNewQueueUrl​(String arg1)
      • getServiceAccountName

        String getServiceAccountName()
      • withServiceAccountName

        A withServiceAccountName​(String serviceAccountName)
      • hasServiceAccountName

        Boolean hasServiceAccountName()
      • withNewServiceAccountName

        A withNewServiceAccountName​(String arg1)
      • withNewServiceAccountName

        A withNewServiceAccountName​(StringBuilder arg1)
      • withNewServiceAccountName

        A withNewServiceAccountName​(StringBuffer arg1)
      • getSink

        io.fabric8.kubernetes.api.model.ObjectReference getSink()
      • withSink

        A withSink​(io.fabric8.kubernetes.api.model.ObjectReference sink)